.ts-hua-banner {
    height: 20vh;
    background-image: url('/src/assets/images/ts-hua/ts-hua-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.display-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-window {
    width: 195px;
    height: 2px;
}

.title-bg {
    font-weight: 300;
    font-size: 44px;
    line-height: 39px;
    margin: auto 30px;
}

.bg-hua {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 真题密卷 */
.bg-product-detail {
    height: 100vh;
    /* background-image: url('/src/assets/images/ts-hua/bg-product-detail.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bridge {
    width: 70%;
}

.bridge-position {
    position: relative;
}

.sprint {
    position: absolute;
    top: 12%;
    left: 36%;
    color: #0613F9;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.preparation {
    position: absolute;
    top: 16%;
    left: 40%;
    color: #0613F9;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.improvement {
    position: absolute;
    top: 20%;
    left: 53%;
    color: #0613F9;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.capability {
    position: absolute;
    top: 25%;
    left: 63%;
    color: #0613F9;
    font-weight: 600;
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.special {
    position: absolute;
    top: 30%;
    left: 71%;
    color: #0613F9;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.stage {
    position: absolute;
    top: 40%;
    left: 75%;
    color: #0613F9;
    font-weight: 600;
    font-size: 26px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.subject {
    position: absolute;
    top: 52%;
    left: 73%;
    color: #0613F9;
    font-weight: 600;
    font-size: 28px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.type {
    position: absolute;
    top: 70%;
    left: 68%;
    color: #0613F9;
    font-weight: 600;
    font-size: 32px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.unit {
    position: absolute;
    top: 90%;
    left: 58%;
    color: #0613F9;
    font-weight: 600;
    font-size: 36px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.unit-img {
    width: 54%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 40px;
}

.unit-content {
    color: #222323;
    font-size: 24px;
    line-height: 60px;
    text-indent: 2em;
}

/* 天枢之华产品结构图 */
.black {
    width: 10px;
    height: 10px;
    background-color: #777575;
    margin-right: 14px;
}

.black-active {
    width: 10px;
    height: 10px;
    background-color: #0819f9;
    margin-right: 14px;
}

.words {
    color: #777575 !important;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    cursor: pointer !important;
}

.words-active {
    color: #0819f9;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.spot {
    width: 8px;
    height: 8px;
    background-color: #777575;
    border-radius: 50%;
    margin-right: 16px;
}

.spot-active {
    width: 8px;
    height: 8px;
    background-color: #0819f9;
    border-radius: 50%;
    margin-right: 16px;
}

.row-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.row-first-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.width {
    width: 60%;
    margin: 0 auto;
}

.arrange {
    width: 350px;
    padding: 16px 24px;
    background: linear-gradient(90deg, rgba(224, 236, 254, 0.5) 0%, rgba(0, 192, 250, 0) 100%);
    border-radius: 12px;
    border: 1px solid rgb(8, 22, 164, 0.3);
}

.arrange-one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.arrange-a {
    color: #777575 !important;
    font-size: 20px;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    line-height: 3rem;
    font-weight: 600;
    cursor: pointer !important;
}

.arrange-a-active {
    color: #0819f9;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 3rem;
    font-weight: 600;
}

/* .arrange-a-active:hover {
    color: #0056b3;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 3rem;
    font-weight: 600;
} */

/* 真题密卷媒体查询 */
@media screen and (min-width: 0px) and (max-width: 430px) {
    .bridge {
        width: 70%;
    }

    .sprint {
        font-size: 6px;
        text-underline-offset: 2px;
        top: 12%;
    }

    .preparation {
        text-underline-offset: 2px;
        font-size: 8px;
    }

    .improvement {
        text-underline-offset: 2px;
        font-size: 10px;
    }

    .capability {
        text-underline-offset: 2px;
        font-size: 11px;
    }

    .special {
        text-underline-offset: 2px;
        font-size: 12px;
        top: 32%;
    }

    .stage {
        text-underline-offset: 2px;
        font-size: 12px;
    }

    .subject {
        text-underline-offset: 2px;
        font-size: 12px;
    }

    .type {
        text-underline-offset: 2px;
        font-size: 14px;
    }

    .unit {
        text-underline-offset: 2px;
        font-size: 18px;
    }

    /* 天枢之华产品结构图 媒体查询 */
    .row-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .row-first-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .row-first-img {
        display: none;
    }
}

@media screen and (min-width: 430px) and (max-width: 570px) {
    .bridge {
        width: 70%;
    }

    .sprint {
        font-size: 6px;
        text-underline-offset: 2px;
        top: 12%;
    }

    .preparation {
        text-underline-offset: 2px;
        font-size: 8px;
    }

    .improvement {
        text-underline-offset: 2px;
        font-size: 10px;
    }

    .capability {
        text-underline-offset: 2px;
        font-size: 11px;
    }

    .special {
        text-underline-offset: 2px;
        font-size: 12px;
        top: 32%;
    }

    .stage {
        text-underline-offset: 2px;
        font-size: 12px;
    }

    .subject {
        text-underline-offset: 2px;
        font-size: 12px;
    }

    .type {
        text-underline-offset: 2px;
        font-size: 14px;
    }

    .unit {
        text-underline-offset: 2px;
        font-size: 18px;
    }

    .row-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .row-first-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .row-first-img {
        display: none;
    }

    .black {
        width: 8px;
        height: 8px;
        background-color: #777575;
        margin-right: 14px;
    }

    .black-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        margin-right: 14px;
    }

    .words {
        color: #777575 !important;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        cursor: pointer !important;
    }

    .words-active {
        color: #0819f9;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

    .spot {
        width: 8px;
        height: 8px;
        background-color: #777575;
        border-radius: 50%;
        margin-right: 16px;
    }

    .spot-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        border-radius: 50%;
        margin-right: 16px;
    }

    .arrange-a {
        color: #777575 !important;
        font-size: 18px;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        line-height: 3rem;
        font-weight: 600;
        cursor: pointer !important;
    }

    .arrange-a-active {
        color: #0819f9;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    }

    /* .arrange-a-active:hover {
        color: #0056b3;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    } */
}

@media screen and (min-width: 570px) and (max-width: 768px) {
    .bridge {
        width: 70%;
    }

    .sprint {
        font-size: 4px;
        text-underline-offset: 2px;
        top: 12%;
    }

    .preparation {
        text-underline-offset: 2px;
        font-size: 6px;
    }

    .improvement {
        text-underline-offset: 2px;
        font-size: 8px;
    }

    .capability {
        text-underline-offset: 2px;
        font-size: 10px;
    }

    .special {
        text-underline-offset: 2px;
        font-size: 12px;
        top: 32%;
    }

    .stage {
        text-underline-offset: 2px;
        font-size: 14px;
    }

    .subject {
        text-underline-offset: 2px;
        font-size: 16px;
    }

    .type {
        text-underline-offset: 2px;
        font-size: 18px;
    }

    .unit {
        text-underline-offset: 2px;
        font-size: 20px;
    }

    .row-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .row-first-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .row-first-img {
        display: none;
    }

    .black {
        width: 8px;
        height: 8px;
        background-color: #777575;
        margin-right: 14px;
    }

    .black-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        margin-right: 14px;
    }

    .words {
        color: #777575 !important;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        cursor: pointer !important;
    }

    .words-active {
        color: #0819f9;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

    .spot {
        width: 8px;
        height: 8px;
        background-color: #777575;
        border-radius: 50%;
        margin-right: 16px;
    }

    .spot-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        border-radius: 50%;
        margin-right: 16px;
    }

    .arrange-a {
        color: #777575 !important;
        font-size: 18px;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        line-height: 3rem;
        font-weight: 600;
        cursor: pointer !important;
    }

    .arrange-a-active {
        color: #0819f9;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    }

    /* .arrange-a-active:hover {
        color: #0056b3;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    } */
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .bridge {
        width: 70%;
    }

    .sprint {
        font-size: 12px;
        text-underline-offset: 2px;
        top: 12%;
    }

    .preparation {
        text-underline-offset: 2px;
        font-size: 14px;
    }

    .improvement {
        text-underline-offset: 2px;
        font-size: 16px;
    }

    .capability {
        text-underline-offset: 2px;
        font-size: 18px;
    }

    .special {
        text-underline-offset: 2px;
        font-size: 19px;
        top: 32%;
    }

    .stage {
        text-underline-offset: 2px;
        font-size: 21px;
    }

    .subject {
        text-underline-offset: 2px;
        font-size: 22px;
    }

    .type {
        text-underline-offset: 2px;
        font-size: 26px;
    }

    .unit {
        text-underline-offset: 2px;
        font-size: 28px;
    }

    .row-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .row-first-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .row-first-img {
        display: none;
    }

    .black {
        width: 8px;
        height: 8px;
        background-color: #777575;
        margin-right: 14px;
    }

    .black-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        margin-right: 14px;
    }

    .words {
        color: #777575 !important;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        cursor: pointer !important;
    }

    .words-active {
        color: #0819f9;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

    .spot {
        width: 8px;
        height: 8px;
        background-color: #777575;
        border-radius: 50%;
        margin-right: 16px;
    }

    .spot-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        border-radius: 50%;
        margin-right: 16px;
    }

    .arrange-a {
        color: #777575 !important;
        font-size: 18px;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        line-height: 3rem;
        font-weight: 600;
        cursor: pointer !important;
    }

    .arrange-a-active {
        color: #0819f9;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    }

    /* .arrange-a-active:hover {
        color: #0056b3;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    } */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .black {
        width: 8px;
        height: 8px;
        background-color: #777575;
        margin-right: 14px;
    }

    .black-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        margin-right: 14px;
    }

    .words {
        color: #777575 !important;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        cursor: pointer !important;
    }

    .words-active {
        color: #0819f9;
        font-size: 21px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

    .spot {
        width: 8px;
        height: 8px;
        background-color: #777575;
        border-radius: 50%;
        margin-right: 16px;
    }

    .spot-active {
        width: 8px;
        height: 8px;
        background-color: #0819f9;
        border-radius: 50%;
        margin-right: 16px;
    }

    .arrange-a {
        color: #777575 !important;
        font-size: 18px;
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
        line-height: 3rem;
        font-weight: 600;
        cursor: pointer !important;
    }

    .arrange-a-active {
        color: #0819f9;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    }

    /* .arrange-a-active:hover {
        color: #0056b3;
        font-size: 18px;
        text-decoration: underline;
        text-underline-offset: 6px;
        line-height: 3rem;
        font-weight: 600;
    } */
}